home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1730 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1012 b 

  1. From: Ulrich Kuehn <kuehn@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: Re: Cache buffers for MiNT 
  3. Date: Thu, 21 Jul 1994 10:00:26 +0200
  4.  
  5. Hello!
  6.  
  7. |>> Most unixes use the currently not used memory as a cache for the
  8. |>> file systems. So, I would like it very much if MiNT would have something
  9. |>> similar, as it would increase the disk performance dramatically.
  10. |>
  11. |>Hmm, I assume the usual configuration of a MiNT machine is 4 MB. If
  12. |>you only run one compiler, you can be happy if you can execute 'ls'.
  13. |>
  14. Well, I am not quite sure about this point. Anyway, if it is not too
  15. much code to implement, it is certainly worth it, as usually not all
  16. the time a compiler is running. :)
  17.  
  18. |>I think it's worth implementing it, if we have any sort of virtual
  19. |>memory. But until then its more effort than real use. Remember the
  20. |>momory fragmentation problem.
  21. |>
  22. There will be no fragmentation problem, as the memory management can
  23. request the buffers as it needs it, so if it wants to defragment it,
  24. let it do it.
  25.  
  26. Regards,
  27. Ulrich
  28.